Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Private 
Sub 
Add ( _
	
item 
As 
KeyValuePair(
Of K, V) _
) 
Implements 
ICollection(
Of 
KeyValuePair(
Of K, V)).
Add
C#
void 
ICollection<
KeyValuePair<K, V>>.
Add(
	
KeyValuePair<K, V> 
item
)
Visual C++
private:
virtual 
void 
Add(
	
KeyValuePair<K, V> 
item
) 
sealed = 
ICollection<
KeyValuePair<K, V>>::
Add
JavaScript
JavaScript does not support explicit
interface implementations.

Parameters

item
Type: KeyValuePair < (Of < ( K , V > ) > )

Implements

ICollectionAdd(UTP)

See Also